Eclipse Platform
Pre-release 3.0

org.eclipse.jface.text.formatter
Interface IContentFormatterExtension

All Known Implementing Classes:
ContentFormatter, ContentFormatter2

public interface IContentFormatterExtension

Extension interface for IContentFormatter. Updates the content formatter to be aware of documents with multiple partitions.

Since:
3.0

Method Summary
 String getDocumentPartitioning()
          Returns the partitioning this content formatter is using.
 

Method Detail

getDocumentPartitioning

public String getDocumentPartitioning()
Returns the partitioning this content formatter is using.

Returns:
the partitioning this content formatter is using

Eclipse Platform
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.